c# sum object values

61

c# sum object values -

double total = myList.Sum(item => item.Amount);

Comments

Submit
0 Comments